Skip to main content

Add Bounce Expression

Add Bounce Expression

Example AEJuice Toolbar and kBar parameters with default values:

{"amplitude":0.1,"frequency":1,"decay":4}

Learn more

amplitude (number). Values: -99999 and 99999. Supports float numbers like 0.5, 3.5, 7.2, etc.

frequency (number). Values: -99999 and 99999. Supports float numbers like 0.5, 3.5, 7.2, etc.

decay (number). Values: -99999 and 99999. Supports float numbers like 0.5, 3.5, 7.2, etc.

Add "ui":true parameter to open script's interface instead of running it directly. If it's a single parameter add the following {"ui":true}. If it's not a single parameter, it can look like this {"amplitude":0.1,"frequency":1,"decay":4,"ui":true}.